Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add grid repeat for track lengths #100 #101

Closed
wants to merge 2 commits into from
Closed

add grid repeat for track lengths #100 #101

wants to merge 2 commits into from

Conversation

wegry
Copy link
Contributor

@wegry wegry commented Nov 23, 2018

No description provided.

src/Css.re Outdated
@@ -812,8 +812,45 @@ let gridAutoDirectionToJs =
let gridAutoFlow = direction =>
d("gridAutoFlow", gridAutoDirectionToJs(direction));

type repeatValue = [ | `autoFill | `autoFit | `n(int)];
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're using n for absolute number. I used num for the same thing in font type.
I think that for consistency and readability, we should use `num in both

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Swapped over to using `num. I couldn't find fontType though. That may have been reworked as part of the changes around #91.

@wegry
Copy link
Contributor Author

wegry commented Nov 24, 2018

Superseded by 89c8e18.

@wegry wegry closed this Nov 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants